@charset "UTF-8";

.z6 .z6-l .z6-inner ul li a,
.z6 .z6-l .z6-inner ul li p,
.z6 .z6-r .bd li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.v-article,
.article {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.article {
  overflow: hidden;
}

p {
  margin-bottom: 0;
}

a,
a:hover,
a:active,
a:visited {
  color: inherit;
}

header {
  background-color: #211f36;
  font: 14px/30px "Microsoft YaHei";
  color: #fff;
}

header p,
header .header-r {
  opacity: 0.6;
  filter: alpha(opacity=60);
  /* IE */
  -moz-opacity: 0.6;
  /* 鑰佺増Mozilla */
  -khtml-opacity: 0.6;
  /* 鑰佺増Safari */
}

.header {
  height: 94px;
}

.header .header-logo {
  line-height: 94px;
}

.header .nav {
  width: 1000px;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.header .nav li {
  font: 16px/40px "Microsoft YaHei";
  color: #1a1a1a;
}

.header .nav li:hover {
  color: #d9ac5d;
  border-bottom: 3px solid #d9ac5d;
}

.app-search {
  border-bottom: 1px solid #bcbcbc;
}

.app-search h1 {
  float: left;
  font: 14px/70px "Microsoft YaHei";
  color: #4b4b4b;
}

.app-search h1 a {
  margin-right: 20px;
}

.app-search form {
  float: right;
  font-size: 0;
  margin-top: 17px;
}

.app-search form input {
  background: none;
  border: none;
  outline: none;
  height: 34px;
  line-height: 34px;
  vertical-align: top;
}

.app-search form input#keyword {
  width: 280px;
  border: 1px solid #d0cfcf;
  text-indent: 10px;
  font-size: 14px;
  border-right: none;
  color: #686868;
}

.app-search form input#s_btn {
  width: 62px;
  text-align: center;
  font-size: 28px;
  background-color: #d9ac5d;
  color: #fff;
}

.black {
  text-align: center;
  font: bold 38px/1 "Microsoft YaHei";
  color: #222;
}

.black b {
  color: #d9ac5d;
}

.black span {
  display: block;
  font: 18px/48px "Microsoft YaHei";
  color: #565656;
}

.black span:before,
.black span:after {
  content: "";
  display: inline-block;
  width: 96px;
  height: 3px;
  background: url(../images/arr.png);
  margin-right: 15px;
  vertical-align: middle;
}

.black span:after {
  margin-left: 15px;
  margin-right: 0;
  transform: scale(-1);
}

.z1 {
  background: #f5f5f5;
  padding-top: 70px;
  padding-bottom: 80px;
}

.z1 .z1-list {
  margin-top: 50px;
  overflow: hidden;
}

.z1 .z1-list li {
  float: left;
  padding: 5px 4px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
}

.z1 .z1-list li img {
  width: 189px;
  height: 103px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.z1 .z1-list li h3 {
  position: absolute;
  z-index: 10;
  width: 134px;
  text-align: center;
  font: 19px/44px "Microsoft YaHei";
  color: #222;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.z1 .z1-list li h3:after {
  content: "";
  position: absolute;
  width: 54px;
  height: 2px;
  background-color: #d9ac5d;
  bottom: 12px;
  left: calc(50% - 27px);
}

.z1 .z1-list li+li {
  margin-left: 15px;
}

.z1 .z1-list li:hover img {
  transform: scale(1.2);
}

.z1 .z1-tab {
  margin-top: 60px;
  overflow: hidden;
}

.z1 .z1-tab li {
  float: left;
  width: 244px;
}

.z1 .z1-tab li p {
  border: 1px solid #bdbdbd;
  overflow: hidden;
}

.z1 .z1-tab li p img {
  margin: 5px;
  border: 1px solid #bdbdbd;
  width: 229px;
  height: 229px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.z1 .z1-tab li h3 {
  text-align: center;
  font: 18px/52px "Microsoft YaHei";
  color: #6e6e6e;
}

.z1 .z1-tab li:hover img {
  transform: scale(1.1);
}

.z1 .z1-tab li:not(:nth-child(5n)) {
  margin-right: 14px;
}

.z2 {
  padding-top: 104px;
  background: url(../images/z2.jpg) center top no-repeat;
  padding-bottom: 100px;
}

.z2 h1 {
  text-align: center;
  font: 54px/1 "Microsoft YaHei";
  color: #fff;
}

.z2 h1 i {
  color: #d9ac5d;
  font-style: normal;
}

.z2 h1 span {
  display: block;
  font: 16px/46px Arial;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.68;
  filter: alpha(opacity=68);
  /* IE */
  -moz-opacity: 0.68;
  /* 鑰佺増Mozilla */
  -khtml-opacity: 0.68;
  /* 鑰佺増Safari */
}

.z2 h2 {
  text-align: center;
  margin-top: 10px;
  color: #211f36;
  font: 24px/36px "Microsoft YaHei";
  position: relative;
}

.z2 h2 p {
  position: relative;
  z-index: 10;
}

.z2 h2 span {
  margin-left: 133px;
}

.z2 h2:before {
  content: "";
  position: absolute;
  width: 315px;
  height: 36px;
  background-color: #d9ac5d;
  z-index: 5;
  top: 0;
  left: calc(50% - 405px);
  transform: skewX(-30deg);
}

.z2 h2:after {
  content: "";
  position: absolute;
  width: 476px;
  height: 36px;
  background-color: #fff;
  z-index: 5;
  top: 0;
  left: calc(50% - 80px);
  transform: skewX(-30deg);
}

.z2 ul {
  margin-top: 125px;
}

.z2 ul li {
  margin-bottom: 50px;
  position: relative;
  width: 580px;
}

.z2 ul li h3 {
  padding-left: 80px;
  font: bold 30px/1 "Microsoft YaHei";
  color: #fff;
  margin-bottom: 15px;
}

.z2 ul li h3 span {
  display: block;
  font: 11px/25px "Microsoft YaHei";
  opacity: 0.5;
  filter: alpha(opacity=12);
  /* IE */
  -moz-opacity: 0.12;
  /* 鑰佺増Mozilla */
  -khtml-opacity: 0.12;
  /* 鑰佺増Safari */
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.z2 ul li p {
  font: 15px/28px "Microsoft YaHei";
  color: #fff;
}

.z2 ul li:before {
  content: attr(num);
  position: absolute;
  width: 63px;
  height: 59px;
  background: url(../images/z2Li.png);
  left: 0;
  top: 0;
  text-indent: 20px;
  font: 30px/66px Arial;
  color: #fff;
}

.z2 ul li:nth-child(3),
.z2 ul li:nth-child(4) {
  float: right;
  clear: both;
}

.z2 ul li:nth-child(5) {
  clear: both;
  margin-top: 50px;
}

.z2 ul li:nth-child(3) {
  margin-top: 50px;
}

.z2 .mg1,
.z2 .mg2,
.z2 .mg3 {
  position: absolute;
}

.z2 .mg1 {
  top: 274px;
  right: 0;
}

.z2 .mg2 {
  top: 680px;
  left: 0;
}

.z2 .mg3 {
  top: 1060px;
  right: 0;
}

.z3 {
  padding-top: 80px;
  background-color: #e9e9ea;
  padding-bottom: 20px;
}

.z3 .z3-wrap {
  margin-top: 78px;
}

.z3 .z3-wrap .z3-l {
  width: 625px;
}

.z3 .z3-wrap .z3-l li {
  padding-left: 110px;
  position: relative;
  margin-bottom: 45px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.z3 .z3-wrap .z3-l li.on {
  transform: none;
  opacity: 1;
}

.z3 .z3-wrap .z3-l li h3 {
  font: 28px/1 "Microsoft YaHei";
  color: #000;
}

.z3 .z3-wrap .z3-l li h3:after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  background-color: #d9ac5d;
  margin-top: 10px;
}

.z3 .z3-wrap .z3-l li p {
  margin-top: 16px;
  font: 16px/23px "Microsoft YaHei";
  color: #5b5a5a;
}

.z3 .z3-wrap .z3-l li:before {
  content: attr(num);
  position: absolute;
  width: 96px;
  height: 96px;
  text-align: center;
  font: 30px/96px Arial;
  color: #fff;
  background: url(../images/z3Li.png);
  left: 0;
  top: 0;
}

.z3 .z3-wrap .z3-r {
  width: 612px;
}

.z4 {
  padding-top: 78px;
  height: 610px;
  background: url(../images/z4Bg.jpg) center no-repeat;
}

.z4 .z4-l {
  margin-top: 40px;
  width: 517px;
}

.z4 .z4-r {
  width: 763px;
  background: url(../images/z4R.png);
  position: relative;
  z-index: 10;
  padding: 36px 47px 0 57px;
  height: 450px;
}

.z4 .z4-r h1 {
  font: bold 30px/1 "Microsoft YaHei";
  color: #211f36;
  padding-bottom: 25px;
  background: url(../images/line.png) left bottom no-repeat;
}

.z4 .z4-r h1 b {
  color: #d9ac5d;
}

.z4 .z4-r h1 span {
  font-size: 30px;
  font-weight: normal;
  color: #d1d0ce;
  margin-left: 5px;
  vertical-align: bottom;
}

.z4 .z4-r .z4-summary {
  margin-top: 30px;
  font: 15px/29px "Microsoft YaHei";
  color: #515151;
}

.z4 .z4-r .z4-summary a {
  font-weight: bold;
  color: #d9ac5d;
}

.z4 .z4-r .z4-inner {
  margin-top: 38px;
}

.z4 .z4-r .z4-inner>a {
  display: inline-block;
  width: 140px;
  text-align: center;
  font: 16px/40px "Microsoft YaHei";
  background-color: #d9ac5d;
  border-radius: 20px;
  color: #fff;
  margin-right: 20px;
  transition: background .5s ease;
}

.z4 .z4-r .z4-inner>a:hover {
  background-color: #211f36;
}

.z4 .z4-r .z4-inner span strong {
  color: #d9ac5d;
}

.z5 {
  margin-top: 75px;
}

.z5 ul {
  margin-top: 35px;
}

.z5 ul li {
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}

.z5 ul li a {
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  bottom: 0;
  text-indent: 1em;
  font: 15px/37px "Microsoft YaHei";
  color: #fff;
  background: rgba(0, 0, 0, 0.67);
  transform: translateY(100%);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.z5 ul li:nth-child(1),
.z5 ul li:nth-child(2) {
  clear: both;
  margin-right: 20px;
  width: 259px;
  height: 224px;
}

.z5 ul li:nth-child(3) {
  float: none;
  width: 614px;
  height: 463px;
}

.z5 ul li:nth-child(4) {
  float: right;
  width: 369px;
  height: 463px;
  margin-top: calc(-463px - 15px);
}

.z5 ul li:nth-child(n+5) {
  width: 413px;
  height: 261px;
}

.z5 ul li:nth-child(6) {
  margin: 0 20px;
}

.z5 ul li:hover>a {
  transform: none;
}

.z6 {

  padding-top: 75px;
  background-color: #f5f5f5;
}

.z6 .z6-l {
  width: 736px;
  border: 1px solid #c5c2c2;
  background-color: #fcfcfc;
}

.z6 .z6-l h1 {
  font: bold 20px/40px "Microsoft YaHei";
  border-bottom: 1px solid #c5c2c2;
  text-indent: 15px;
}

.z6 .z6-l h1 a {
  float: right;
  margin-right: 20px;
  font: 15px/22px "Microsoft YaHei";
  color: #fff;
  margin-top: 10px;
  width: 76px;
  background-color: #d9ac5d;
  text-align: center;
  text-indent: 0;
  position: relative;
}

.z6 .z6-l h1 a:after {
  content: "+";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font: 15px/22px "Microsoft YaHei";
  background-color: #000;
}

.z6 .z6-l h1 span:hover,
.z6 .z6-l h1 span.on {
  color: #d9ac5d;
}

.z6 .z6-l .z6-inner {
  padding: 24px 20px 20px;
}

.z6 .z6-l .z6-inner ul li {
  margin-top: 15px;
  border-bottom: 1px dashed #d1cfcf;
}

.z6 .z6-l .z6-inner ul li a {
  font: 15px/22px "Microsoft YaHei";
  color: #26211f;
}

.z6 .z6-l .z6-inner ul li a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #d9b75d;
  transform: rotate(45deg);
  vertical-align: middle;
  margin-right: 5px;
}

.z6 .z6-l .z6-inner ul li p {
  font: 14px/24px "Microsoft YaHei";
  padding-bottom: 5px;
}

.z6 .z6-r {
  width: 510px;
  border: 1px solid #c5c2c2;
  background-color: #fcfcfc;
}

.z6 .z6-r h1 {
  font: bold 20px/40px "Microsoft YaHei";
  border-bottom: 1px solid #c5c2c2;
  text-indent: 15px;
  color: #d9ac5d;
}

.z6 .z6-r h1 a {
  float: right;
  margin-right: 20px;
  font: 15px/22px "Microsoft YaHei";
  color: #fff;
  margin-top: 10px;
  width: 76px;
  background-color: #d9ac5d;
  text-align: center;
  text-indent: 0;
  position: relative;
}

.z6 .z6-r h1 a:after {
  content: "+";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  font: 15px/22px "Microsoft YaHei";
  background-color: #000;
}

.z6 .z6-r .bd {
  padding: 0 15px 15px;
}

.z6 .z6-r .bd li {
  margin-top: 35px;
  padding-left: 35px;
  background: url(../images/wd.png) left top no-repeat;
  border-bottom: 1px dashed #d1cfcf;
}

.z6 .z6-r .bd li a {
  font: 15px/1 "Microsoft YaHei";
  color: #26211f;
  display: block;
}

.z6 .z6-r .bd li p {
  font: 14px/22px "Microsoft YaHei";
  color: #7d7c7c;
  margin-top: 5px;
  padding-bottom: 10px;
}

.f-link {
  background-color: #f5f5f5;
  padding: 40px 0 70px;
  font: 15px/32px "Microsoft YaHei";
  color: #211f36;
}

footer {
  background-color: #211f36;
  padding: 42px 0 36px;
}

footer .f-nav {
  width: 324px;
  margin-right: 75px;
}

footer .f-nav a {
  color: #fff;
}

footer .f-nav h1 {
  padding: 25px;
  background-color: #d9ac5d;
  color: #fff;
  font: bold 24px/1 "Microsoft YaHei";
  position: relative;
}

footer .f-nav h1 span {
  display: block;
  font: 9px/24px "Microsoft YaHei";
  text-transform: uppercase;
}

footer .f-nav h1:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../images/fNav.png);
  right: 27px;
  top: calc(50% - 10px);
}

footer .f-nav section {
  padding: 15px;
  border: 1px solid #c0c0c0;
  font: 16px/34px "Microsoft YaHei";
  color: #fff;
  border-top: none;
}

footer .f-nav section a:hover {
  color: #d9ac5d;
}

footer .f-contact {
  width: 625px;
  font: 16px/2 "Microsoft YaHei";
  color: #fff;
}

footer .f-contact .copyright {
  margin-top: 20px;
  font: 14px/24px "Microsoft YaHei";
}

footer .f-code {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

footer .f-code p:nth-child(2) {
  margin-bottom: 5px;
}